home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / lightwave / lwmlist / 94.lightwave-09 / 000473_owner-lightwave-l _Fri Sep 16 23:23:36 1994.msg < prev    next >
Internet Message Format  |  1994-10-01  |  3KB

  1. Return-Path: <owner-lightwave-l>
  2. Received: by mail.netcom.com (8.6.9/Netcom)     id WAA01300; Fri, 16 Sep 1994 22:32:18 -0700
  3. Received: from gaspra.pd.com by mail.netcom.com (8.6.9/Netcom)     id WAA01288; Fri, 16 Sep 1994 22:32:05 -0700
  4. Received: by gaspra.pd.com (4.1/1.37)     id AA29292; Fri, 16 Sep 94 22:32:26 MST
  5. Date: Fri, 16 Sep 1994 22:32:25 -0700 (MST)
  6. From: Ernie Wright <ernie@gaspra.pd.com>
  7. Subject: VideoScape colors
  8. To: lightwave-l@netcom.com
  9. Message-Id: <Pine.3.89.9409162223.A29278-0100000@gaspra.pd.com>
  10. Mime-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. Sender: owner-lightwave-l@netcom.com
  13. Precedence: bulk
  14. Reply-To: lightwave-l@netcom.com
  15.  
  16. Paul Colton (pc@inrird.com) wrote:
  17. >  Does anyone have a list of colors for the values at the end of each
  18. >  polygon line in a Videoscape file?
  19.  
  20. I've always thought that the VideoScape ASCII file format was a good
  21. place to start for folks who want to write special-purpose programs for
  22. making objects but who don't want to tackle LWOB IFFs.  So here goes.
  23.  
  24. The base colors:
  25.  
  26.     0    0   0   0   black
  27.     1    0  80 160   dark blue
  28.     2    0 140   0   dark green
  29.     3    0 140 140   dark cyan
  30.     4  160   0   0   dark red
  31.     5  140   0 160   dark purple
  32.     6  160 120   0   brown
  33.     7  140 140 140   gray
  34.     8    0   0   0   black
  35.     9    0 120 240   light blue
  36.    10    0 240   0   light green
  37.    11    0 240 240   light cyan
  38.    12  240   0   0   light red
  39.    13  200   0 240   light purple
  40.    14  240 200   0   yellow
  41.    15  240 240 240   white
  42.  
  43. The surface characteristics for the base colors:
  44.  
  45.    Luminosity             0
  46.    Diffuse Level        100
  47.    Specular Level         0
  48.    Reflectivity           0
  49.    Transparency           0
  50.    Edge Transparency    Normal
  51.    Smoothing            Off
  52.  
  53. Values can be added to the base colors to modify
  54. the default surface characteristics:
  55.  
  56.    + 16 "glossy"           Specular Level 100, Glossiness Medium
  57.    + 32 "luminous"         Luminosity 100, Diffuse Level 0
  58.    + 48 "outline"          Outline Only
  59.    + 64 "transparent"      Transparency 50
  60.    +128 "smooth"           Smoothing On
  61.  
  62. These special color values also modify default
  63. surface characteristics:
  64.  
  65.    256 "invisible"         Surface Color     0   0   0
  66.                            Transparency 100
  67.  
  68.    257 "darken"            Surface Color     0   0   0
  69.                            Luminosity      100
  70.                            Transparency     75
  71.                            Diffuse Level     0
  72.  
  73.    258 "brighten"          Surface Color   255 255 255
  74.                            Luminosity      100
  75.                            Transparency     75
  76.                            Diffuse Level     0
  77.  
  78.    259 "flat reflective"   Surface Color   255 255 255
  79.                            Diffuse Level     0
  80.                            Specular Level  100
  81.                            Glossiness      Medium
  82.                            Reflectivity    100
  83.  
  84.    260 "smooth reflective" Surface Color   255 255 255
  85.                            Diffuse Level     0
  86.                            Specular Level  100
  87.                            Glossiness      Medium
  88.                            Reflectivity    100
  89.                            Smoothing       On
  90.  
  91. - Ernie